From 555b2421bb1cc67980a63ca581001657b788a4b4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 30 Mar 1993 21:12:44 +0000 Subject: [PATCH] * subr.el (int-to-string): Make this an alias for the subr number-to-string. --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/subr.el b/lisp/subr.el index e6ec3b3b613..88fbb517fae 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -353,6 +353,7 @@ Accept any number of arguments, but ignore them." (fset 'backward-delete-char 'delete-backward-char) (fset 'search-forward-regexp (symbol-function 're-search-forward)) (fset 'search-backward-regexp (symbol-function 're-search-backward)) +(fset 'int-to-string 'number-to-string) ;;; Should this be an obsolete name? If you decide it should, you get ;;; to go through all the sources and change them. -- 2.30.2